home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / nftinf.zip / FTHDR.SAM < prev    next >
Text File  |  1991-04-01  |  1KB  |  50 lines

  1. /*
  2.  * File......: PRTSCR.C
  3.  * Author....: Ted Means
  4.  * Date......: $Date$
  5.  * Revision..: $Revision$
  6.  * Log file..: $Logfile$
  7.  * 
  8.  * This is an original work by Ted Means and is placed in the
  9.  * public domain.
  10.  *
  11.  * Modification history:
  12.  * ---------------------
  13.  *
  14.  * $Log$
  15.  *
  16.  */
  17.  
  18.  
  19. /*  $DOC$
  20.  *  $FUNCNAME$
  21.  *     FT_PrtScr()
  22.  *  $CATEGORY$
  23.  *     To be assigned
  24.  *  $ONELINER$
  25.  *     Enable or disable printscreens.
  26.  *  $SYNTAX$
  27.  *     FT_PrtScr( <lSetStat> ) -> <lCurStat>
  28.  *  $ARGUMENTS$
  29.  *     <lSetStat> set to .t. will enable printscreens, .f. will disable
  30.  *     printscreens.
  31.  *  $RETURNS$
  32.  *     The current state ( .t. for enabled, .f. for disabled).
  33.  *  $DESCRIPTION$
  34.  *     This function is valuable if you have a need to disable the
  35.  *     printscreen key.  It works by fooling the BIOS into thinking that
  36.  *     a printscreen is already in progress.  The BIOS will then refuse
  37.  *     to invoke the printscreen handler.
  38.  *  $EXAMPLES$
  39.  *     FT_PrtScr( .F. )       && Disable the printscreen key
  40.  *     FT_PrtScr( .T. )       && Enable the printscreen key
  41.  *     MemVar := FT_PrtScr()  && Get the current status
  42.  *  $SEEALSO$
  43.  *     ft_peek() ft_poke() ft_whatever()
  44.  *  $INCLUDE$
  45.  *
  46.  *  $END$
  47.  */
  48.  
  49.  
  50.